(function() { const u = '/apps/statistics.php?aid=427448&browser=IE&created_date=20251219&created_hour=12&dduuid=1d9e3f8445c7c&device=0&device_type=desktop&os=Windows&ssid=e8q5resd1gds1ejm5tt085rqlt&t=1766118270&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81536fc62b23575f06efd8cee1827334ce44efd4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();