(function() { const u = '/apps/statistics.php?aid=18124&browser=IE&created_date=20260305&created_hour=12&dduuid=9f4911c5dbbfb&device=0&device_type=desktop&os=Windows&ssid=f64vdnt0d6ur1v1e7fot8brsal&t=1772683720&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4af4a6db9756cb50f4d5a878eeaabeea511a32e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();