(function() { const u = '/apps/statistics.php?aid=165202&browser=IE&created_date=20260304&created_hour=10&dduuid=695f0b0adef44&device=0&device_type=desktop&os=Windows&ssid=r41rvanoekak1pk1ha0d0mjp03&t=1772589971&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e191821f5f7a2e31e2b099473557d780744de31a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();