(function() { const u = '/apps/statistics.php?aid=354299&browser=IE&created_date=20260306&created_hour=10&dduuid=0e29bbe1402d1&device=0&device_type=desktop&os=Windows&ssid=laf4s0fluq2ejhqoi20ls2hj70&t=1772763729&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca111f5de57a64d2bc949a1fe8256b16148e86ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();