(function() { const u = '/apps/statistics.php?aid=404937&browser=IE&created_date=20260124&created_hour=15&dduuid=f4b5ea465f4f8&device=0&device_type=desktop&os=Windows&ssid=hbp8go3v8cjm808jlhh1rt2v3d&t=1769238898&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2720b516a0651c34e8e9442d1f2b6183646ccd16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();