(function() { const u = '/apps/statistics.php?aid=440666&browser=IE&created_date=20260317&created_hour=00&dduuid=c2c0394e73122&device=0&device_type=desktop&os=Windows&ssid=ugq4hg7ulhud606gjnl319g5uk&t=1773678886&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=450159a125488c2768e1b6245df1d2f149760202&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();