(function() { const u = '/apps/statistics.php?aid=21113&browser=IE&created_date=20260119&created_hour=11&dduuid=887e1b871e929&device=0&device_type=desktop&os=Windows&ssid=2r5s04f4c06p46jhfhk7ld9l2e&t=1768792295&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7681223d309f952f31b441d27a65d95cd50c6136&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();