(function() { const u = '/apps/statistics.php?aid=426485&browser=IE&created_date=20260125&created_hour=03&dduuid=c2ffa851c664a&device=0&device_type=desktop&os=Windows&ssid=bsurfq5d83lu0ghit0e5t6be3s&t=1769283705&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f918f3fa759516e2cb92cd63aa3557310e305dbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();