(function() { const u = '/apps/statistics.php?aid=383683&browser=IE&created_date=20260113&created_hour=06&dduuid=3f499c8b1b10a&device=0&device_type=desktop&os=Windows&ssid=gh9oreh7cjtk7lkulta7piel5c&t=1768257921&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b328d7effd6aafec919aa96fe92cd8eb600c51e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();