(function() { const u = '/apps/statistics.php?aid=350504&browser=IE&created_date=20260306&created_hour=13&dduuid=cbe5798bcb0bc&device=0&device_type=desktop&os=Windows&ssid=1s0n0872qjp11fro45d01d8mgm&t=1772775239&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0181fde0cd8bcb7f3e9999754e82ce3ae3779045&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();